<reg_createkey> : Create Registry Key

This command creates required registry key.

Syntax: 

<reg_createkey>("RegKey")

RegKey
Full path of registry key to be created.  Example: "HKEY_CURRENT_USER\Software\MyCompany\NewKey"

 

Example: 

<#> This command create new 'TestKey key
<#> in 'HKEY_CURRENT_USER\Software'
<cmds>
<reg_createkey>("HKEY_CURRENT_USER\Software\TestKey")